SixBit API Schema
Order_ListType Complex Type
Description
An API call to retrieve a list of orders.
Namespace (none)
Diagram
Order_ListType Complex Type
Overview
Order_ListType
An API call to retrieve a list of orders.
mapfilepath optional xs:string
The full name and path to a SixBit mapfile.
outputfilepath optional xs:string
The full name and path to a file to place the resulting output.
orderidattrGroup
Attributes to specify the internal or external identifier for an order.
createdattrGroup
Attributes to specify a range of dates an object was created.
fulfilledattrGroup
Attributes to specify a range of dates an order was fulfilled.
invoicedattrGroup
Attributes to specify a range of dates an order was invoiced.
paymentclearedattrGroup
Attributes to specify a range of dates payment cleared on an order.
paymentreceivedattrGroup
Attributes to specify a range of dates payment was received on an order.
pagingattrGroup
Attributes to provide paging capabilities.
Used By
Order_List Element
Attributes
NameTypeUseDefaultFixedDescription
mapfilepathxs:stringoptional  The full name and path to a SixBit mapfile.
outputfilepathxs:stringoptional  The full name and path to a file to place the resulting output.
Source
<xs:complexType name="Order_ListType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An API call to retrieve a list of orders.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="mapfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a SixBit mapfile.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="outputfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a file to place the resulting output.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="orderidattrGroup" />
  <xs:attributeGroup ref="createdattrGroup" />
  <xs:attributeGroup ref="fulfilledattrGroup" />
  <xs:attributeGroup ref="invoicedattrGroup" />
  <xs:attributeGroup ref="paymentclearedattrGroup" />
  <xs:attributeGroup ref="paymentreceivedattrGroup" />
  <xs:attributeGroup ref="pagingattrGroup" />
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.